std::ios_base::failure
From Cppreference
| C++ Standard Library | |||||||
|---|---|---|---|---|---|---|---|
| Input/output library | |||||||
| ios_base::failure | |||||||
| |||||||
| Defined in header <ios>
|
||
| class failure : public std::exception;
|
(pre-C++11 version) | |
| class failure : public std::system_error;
|
(C++11 version) | |
The class std::ios_base::failure defines an exception object that is thrown on failure by the functions in the Input/Output library.
[edit] Member functions
|
constructs the exception object (public member function) |
|
Inherited from std::exception
Member functions
|
destructs the exception object (virtual public member function) |
||
|
returns explanatory string (virtual public member function) |
||